paned: Restrict picking to allocation
authorTimm Bäder <mail@baedert.org>
Wed, 6 Dec 2017 07:23:03 +0000 (08:23 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 6 Dec 2017 07:23:03 +0000 (08:23 +0100)
commit49e624bbe9ee2c97cfea0a5a7670d6b13a5eae0c
treed72cf1093e2680e44b831a2063e727f15e866cad
parent1aa811ce12497783dfe4beb06ce8cbe54e2a98bf
paned: Restrict picking to allocation

Same reason as GtkViewport does it: We might allocate child widgets
outside of the paned's content allocation. For drawing, we add a clip
node.

This was causing the "Record" button in the inspector recorder to ignore
pointer events since the treeview column header label in the GtkPaned
was swallowing it.
gtk/gtkpaned.c